-
Notifications
You must be signed in to change notification settings - Fork 229
ledger: handle script path (use SignPsbtYieldedObject) #793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
I manually tested this change with a LedgerS and a simple single signature wallet. |
|
cc @bigspider |
75febff to
a4e74ce
Compare
482dbd3 to
85cbdac
Compare
|
I forgot to change the returned objects in |
85cbdac to
ee4f903
Compare
|
The remaining CI failures look spurious to me, just one of the trillion submodules in Coldcard fails to clone. |
Taken from LedgerHQ/app-bitcoin-new at 2.4.1
ee4f903 to
e9be7c2
Compare
|
Rebased after #795 landed. |
|
Using |
Recent versions of the Ledger app changed the
sign_psbtto return aSignPsbtYieldedObjectinstead ofbytes, bytes.For our purposes this yielded object is just a
PartialSignature, but once we're ready to add MuSig2 support it can also yieldMusigPubNonce(round 1) andMusigPartialSignature(round 2).